df['Today']= date.today() df['Today']= df['Today'].astype('datetime64') # to calculate real time interval from last order date to today
# rfm['Interval'] = np.array([date.today()], dtype='datetime64') - rfm['Last Order Date'] cannot add indices of unequal length